-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thrift: 0.18.1 -> 0.21.0 #374710
base: master
Are you sure you want to change the base?
thrift: 0.18.1 -> 0.21.0 #374710
Conversation
FYI: @bjornfor |
pkgs/by-name/th/thrift/package.nix
Outdated
src = fetchFromGitHub { | ||
owner = "apache"; | ||
repo = "thrift"; | ||
rev = "v0.21.0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the new "tag =" instead of "rev =" here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch LGTM, but would like to see the build result (revdeps) before merge. (Don't have time for that myself right now.)
|
@bjornfor I updated to use "tag" instead of "rev". I'm not 100% sure what you mean by the revdeps - do you mean posting the result of nixpkgs-review? If so, I ran |
Yes, I meant nixpkgs-review. Can you try it again but set the option to do local eval? (It's in --help somewhere.) |
Please squash the fixup commit. |
I'm fetching from Github instead of the apache server since the release from apache.org appears to be missing the file "lib/cpp/test/Thrift5272.thrift". As such, it will not build. For reasons that are unclear, the mirror on github appears to have that file and will build. I remove all the patches since it appears to build on aarch64-darwin without the patches. I removed the disabled tests since it appears to build on aarch64-darwin (sandbox = true) without those tests being disabled.
09bbe2b
to
05f7967
Compare
|
@bjornfor squashed. a ton of stuff failed to build. I will take a look at that. |
I'm fetching from Github instead of the apache server since the release from apache.org appears to be missing the file
"lib/cpp/test/Thrift5272.thrift". As such, it will not build. For reasons that are unclear, the mirror on github appears to have that file and will build.
I remove all the patches since it appears to build on aarch64-darwin without the patches.
I removed the disabled tests since it appears to build on aarch64-darwin (sandbox = true) without those tests being disabled.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.